home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 February / Macworld (1999-02).dmg / Games World / Hot Demos! / DroidWorks demo / dwCD.gob / mission_items.inv < prev    next >
Text File  |  1998-09-17  |  3KB  |  63 lines

  1. #-----------------------------------------------------------------------------
  2. # Droidworks inventory item definitions
  3. # IMPORTANT NOTE ABOUT COGS:
  4. #   If you list a cog for an inventory item, its name must appear in all
  5. # lower case characters, and it must be entered in the cogs section of
  6. # the static.jkl file.
  7.  
  8. #ID    Name        Icon        min        max        flags    cog
  9. 0    none        none        0        0        0x000
  10.  
  11. #-----------------------------------------------------------------------------
  12. # Mission objectives and advisories
  13. # This is just a handy way to pass along data about the player's performance
  14. #ID    Name        Icon        min        max        flags    cog
  15. 1    objective1    none        0        1000    0x040
  16. 2    objective2    none        0        1000    0x040
  17. 3    objective3    none        0        1000    0x040
  18. 4    objective4    none        0        1000    0x040
  19. 5    objective5    none        0        1000    0x040
  20. 6    objective6    none        0        1000    0x040
  21. 7    objective7    none        0        1000    0x040
  22. 8    objective8    none        0        1000    0x040
  23. 9    advisory    none        0        1000    0x040
  24.  
  25. #-----------------------------------------------------------------------------
  26. # Player-activated droid capabilities (activated through inventory)
  27. # SEE IMPORTANT NOTE ABOUT INVENTORY COGS AT THE TOP OF THIS FILE
  28. #ID    Name        Icon        min        max        flags    cog
  29. 10    infrared    none        1        1        0x048    cap_infrared.cog
  30. 11    floodlight    none        1        1        0x048    cap_floodlight.cog
  31. 12    corrosion    none        1        1        0x048    cap_corrosion.cog
  32.  
  33. #-----------------------------------------------------------------------------
  34. # Activated Power-ups
  35. # SEE IMPORTANT NOTE ABOUT INVENTORY COGS AT THE TOP OF THIS FILE
  36. #ID    Name        Icon        min        max        flags    cog
  37. 15    "Oil Can"    HInvHealth    0        1000    0x04A    inv_bacta.cog
  38. 16    "Small Battery"    HinvSingBat    0        1000    0x04A    inv_batterys.cog
  39. 17    "Medium Battery"    HinvDblBat    0        1000    0x04A    inv_batterym.cog
  40. 18    "Large Battery"    HinvTripBat    0        1000    0x04A    inv_batteryl.cog
  41.  
  42. #-----------------------------------------------------------------------------
  43. # Player statistics
  44. #ID    Name        Icon        min        max        flags    cog
  45. 20    power        none        0        10000    0x040
  46. 21    tground        none        0        10000    0x000
  47.  
  48. #-----------------------------------------------------------------------------
  49. # Inventory Objects
  50. #ID    Name            Icon        min        max        flags    cog
  51. 25    "Small Gear"    hSmallGear    0        10        0x042
  52. 26    "Medium Gear"    hMedGear    0        10        0x042
  53. 27    "Large Gear"    hlargeGear    0        10        0x042
  54. 28    "Single Pulley"    HInvPull01    0        10        0x042
  55. 29    "Double Pulley"    HInvPull02    0        10        0x042
  56. 30    "Triple Pulley"    HInvPull03    0        10        0x042
  57. 31    Handle        HInvLever    0        10        0x042
  58. 32    "Phrik Chunk"    HInvNugget    0         1        0x042
  59. 33    "Data Disk"        HInvData    0         1        0x042
  60. 34    "Crystal 1"        HInvCrystal    0         1        0x042
  61. 35    "Crystal 2"        HInvCrystal    0         1        0x042
  62. 36    "Crystal 3"        HInvCrystal    0         1        0x042
  63.